|
 |
In article <3a3e6b93@news.povray.org>, "ian mcdonald"
<ian### [at] hotmail com> wrote:
> Now why, pray tell, would a parser be bored??
> It tells me my function is too long.
>
> Is there any logical reason for this?
Yes. It is easier to write code to handle a function with a maximum
length than a function of arbitrary length. Just programmer
laziness...and the fact that the isosurface code is rather convoluted,
so few people know how to fix it.
If you need a longer function, try breaking it into several #declared
pieces.
> Off to try using arrays+macros+loops in functions..
Won't work. Well, you might be able to access array variables if the
index is defined outside the function, but macros and loops won't work.
--
Christopher James Huff
Personal: chr### [at] mac com, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tag povray org, http://tag.povray.org/
<><
Post a reply to this message
|
 |